home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 120
/
Vol 120.iso
/
games
/
tobby_ur.swf
/
scripts
/
DefineSprite_239
/
frame_1
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2010-11-09
|
213 b
|
13 lines
if(_root.getPresentNum == 0)
{
this.gotoAndStop(5);
}
if(_root.getPresentNum >= 1 && 4 >= _root.getPresentNum)
{
this.gotoAndStop(10);
}
if(_root.getPresentNum >= 5)
{
this.gotoAndStop(15);
}